/*************************************************************
 * name:theme
 * img:/widgets/Themes/theme/face.jpg
 * label:风格样式三
*************************************************************/
@import url("/_data/iconfont/iconfont.css");


html{width:100%;}
*{ margin:0; padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
body { color:#333; font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "微软雅黑", "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif ,Lantinghei SC, Open Sans, Hiragino Sans GB; -webkit-font-smoothing: antialiased; /*chrome、safari*/
    -moz-osx-font-smoothing: grayscale;/*firefox*/ margin: 0; width:100%;
background:#fff;
}

a { color: #000; text-decoration:none; cursor: pointer;    transition: all .3s ease-in;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
/***全局文字链接颜色***/
a:hover { color: #073fc6; text-decoration:none;}
ul, li { list-style-type:none;}
img { border:none;}
input, textarea, select { vertical-align:middle;}
input,select{ vertical-align:middle; height:30px; line-height:30px;} 
h4,h5,h6{ font-weight:normal;}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/************网站顶部定义**************/
.headerV27 { background: url("images/top.gif") repeat-x scroll left -29px transparent;}
.wrapper { }
.mtop10 { margin-top:10px;}
.Tag_list { background: url("images/back.gif") no-repeat scroll left -736px transparent; height: 32px; line-height: 32px; margin-bottom: 8px; position: relative;}
.sf_colsIn { min-height:1px;}

/************ ADD **************/
.layout {
  width: 1300px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.PathNav { width:1300px; margin:0 auto;/* position: relative; top:320px; */}



